docs(otel): document runtime.telemetry.metric_prefix, properties, and DataDog OTLP setup#1542
Merged
phillipleblanc merged 1 commit intoApr 21, 2026
Conversation
✅ Pull with Spice PassedPassing checks:
|
5532921 to
ca4799b
Compare
lukekim
approved these changes
Apr 21, 2026
… DataDog OTLP setup
ca4799b to
2e44c21
Compare
|
🚀 deployed to https://49c5ff70.spiceai-org-website.pages.dev |
Copilot AI
pushed a commit
that referenced
this pull request
Apr 21, 2026
… DataDog OTLP setup (#1542) Co-authored-by: lukekim <80174+lukekim@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents two recently merged spiceai/spiceai PRs and adds a focused DataDog OTLP ingestion guide.
Related runtime PRs
runtime.telemetry.propertiesas resource attributes on exported metricsruntime.telemetry.metric_prefixfor namespacing exported metricsChanges
website/docs/reference/spicepod/runtime.md— addedruntime.telemetry.metric_prefixandruntime.telemetry.propertiesreference entries, including notes that they apply to all metric readers (Prometheus scrape, cluster OTLP reader, OTLP push exporter) and thatOTEL_SERVICE_NAME/OTEL_RESOURCE_ATTRIBUTESact as defaults.website/docs/features/observability/index.md— new "Metric Naming and Custom Tags" subsection that links to the new reference entries and to the DataDog guide.website/docs/monitoring/datadog/index.md— new "OpenTelemetry OTLP Export" section covering:https://otlp.<site>.datadoghq.com/v1/metricswithDD-API-KEYfrom a secret store.metric_prefix.propertiesplus the requireddd-otel-metric-config: '{"resource_attributes_as_tags": true}'header so resource attributes surface as tags in DataDog.